cody - HTMLify profile

cody
4270 Files
632702 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/135 - Atari Game
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>DragonUncaged - Color Blast!</title>
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="./style.css">
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>DragonUncaged - Color Blast!</title>
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="./style.css">
(function(window){
var Game = {
init: function(){
this.c = document.getElementById("game");
this.c.width = this.c.width;
this.c.height = this.c.height;
var Game = {
init: function(){
this.c = document.getElementById("game");
this.c.width = this.c.width;
this.c.height = this.c.height;